home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Workspace / TickleServices / TickleServices.app / English.lproj / Manual.nib / data.classes < prev    next >
Text File  |  1993-06-27  |  550b  |  41 lines

  1. UniqueAgent = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     };
  5.     SUPERCLASS = NibAgent;
  6. };
  7. ManualAgent = {
  8.     ACTIONS = {
  9.     unlockAll:;
  10.     findPrev:;
  11.     setPage:;
  12.     lockAll:;
  13.     findNext:;
  14.     };
  15.     OUTLETS = {
  16.     findNextButton;
  17.     findField;
  18.     findPrevButton;
  19.     findFile;
  20.     pageBrowser;
  21.     pageText;
  22.     expandButton;
  23.     contractButton;
  24.     };
  25.     SUPERCLASS = UniqueAgent;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. NibAgent = {
  33.     ACTIONS = {
  34.     makeKeyAndOrderFront:;
  35.     };
  36.     OUTLETS = {
  37.     mainWindow;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41.